PreviousNextTracker indexSee it online !

(124/308) 1063 - Exception with JavaInsight

I got the error below when trying to decompile a class. I was using jEdit 4.3pre15 and the current stable release of JavaInsight. The error is very transient; I get it once or twice when I first attempt to decompile a class, and almost never after that.


2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: Error in method invocation: Method handleBrowserAction( org.gjt.sp.jedit.View, \[Lorg.gjt.sp.jedit.io.VFSFile;, java.lang.String ) not found in class'org.gjt.sp.jedit.EditPlugin$Deferred' : at Line: 5 : in file: inline evaluation of: \`\`__internal_action_vfs_jode(ns) { this.callstack.set(0,ns); jEdit.getPlugin(" . . . '' : .handleBrowserAction ( view , files , javainsight .JodeVFS .PROTOCOL )
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at org.gjt.sp.jedit.bsh.BSHPrimarySuffix.doName(BSHPrimarySuffix.java:178)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at org.gjt.sp.jedit.bsh.BSHPrimarySuffix.doSuffix(BSHPrimarySuffix.java:119)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:80)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at org.gjt.sp.jedit.bsh.BSHBlock.evalBlock(BSHBlock.java:130)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at org.gjt.sp.jedit.bsh.BSHBlock.eval(BSHBlock.java:80)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at org.gjt.sp.jedit.bsh.BshMethod.invokeImpl(BshMethod.java:362)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at org.gjt.sp.jedit.bsh.BshMethod.invoke(BshMethod.java:258)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at org.gjt.sp.jedit.bsh.BshMethod.invoke(BshMethod.java:186)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at org.gjt.sp.jedit.BeanShellFacade.runCachedBlock(BeanShellFacade.java:222)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at org.gjt.sp.jedit.BeanShell.runCachedBlock(BeanShell.java:441)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at org.gjt.sp.jedit.BeanShellAction.invoke(BeanShellAction.java:76)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at org.gjt.sp.jedit.browser.VFSBrowser$BrowserActionContext.invokeAction(VFSBrowser.java:1882)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at org.gjt.sp.jedit.browser.VFSBrowser$BrowserActionContext.invokeAction(VFSBrowser.java:1819)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(EditAction.java:220)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at javax.swing.AbstractButton.doClick(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.Component.processMouseEvent(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at javax.swing.JComponent.processMouseEvent(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.Component.processEvent(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.Container.processEvent(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.Component.dispatchEventImpl(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.Container.dispatchEventImpl(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.Component.dispatchEvent(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.Container.dispatchEventImpl(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.Window.dispatchEventImpl(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.Component.dispatchEvent(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.EventQueue.dispatchEvent(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
2:51:25 PM \[AWT-EventQueue-0\] \[error\] BeanShellAction: at java.awt.EventDispatchThread.run(Unknown Source)

Submitted keeleyt83 - 2008-08-25 19:59:24 Assigned
Priority 5 Labels
Status open Group None
Resolution None

Comments

2008-08-25 19:59:59
keeleyt83

- **assigned_to**: kaloth --> nobody

2008-08-25 19:59:59
keeleyt83

Logged In: YES
user_id=1883940
Originator: YES

Accidentally assigned this to someone.